/*    
        © Copyright 2009-2011 by Gary M. Winter.  All rights reserved.
*/

body {
        z-index: 0;
        background-color: black;   /*  seems to keep pages from blinking white sometimes when changing pages  */          
        margin-top: 0px;  
        margin-left: 0px;   
        margin-right: 0px;    
 }


a {     
        color:  rgb(158, 184, 158);    }
a:hover {     
        color:  #FFFFFF;   /* white;   if  #EEC058, links turn orange color on hovering  rgb(255, 192, 88)  */   
        border-color: #FFFFFF; }  




   /*  Alternate rollover button method eliminates need for JavaScript  */ 
#HomeButton002 
{
        z-index: 4;  
        display: block;
        width: 113px;        
        height: 27px;

        background: url("images/HomeButton002.png" ) no-repeat 0 0;
        /*  image is relative to css place in directory structure  */ 
} 
#HomeButton002:hover 
{
        z-index: 4;  
        background-position: -113px 0px; 
} 

.HomeButtonContactPage {
        z-index: 4;       
        float: left;
    /*       background-color: rgb(1,68,35);    CLEAR  */  
        margin-top: 434px;       
        margin-bottom: 0px;  
        margin-left: 77px;
        padding-top: 0px;     
        padding-left: 0px;  
        padding-bottom: 0px; 
        width: 113px;
        height: 27px;
}




        
.InnerBody {
        z-index: 2;       
overflow: auto;  
        
        background-image: url('images/GWD 057F Home compr.jpg');       
        background-repeat: no-repeat;
        margin-top: 0px;
        margin-bottom: -7px;        
        margin-left: 0px;
        width: 1000px;
   /*     height:100%; 
        height: 1007px;    DON'T CONSTRAIN HEIGHT OR BOTTOM SMALL MENU 
        CREATES PROBLEMS WHEN ZOOMING "TEXT ONLY" IN SAFARI & FIREFOX  */
        padding-top: 0px;  
        padding-bottom: 0px; 
        padding-left: 0px; 
        padding-right: 0px;       
        color: #FFFFFF;        /*  White text */    
        font-family: Times, serif;
}


.InnerBodyContact {
        z-index: 2;       
overflow: auto;  
        
        background-image: url('images/GWD 058 Contact compr.jpg');       
        background-repeat: no-repeat;
        margin-top: 0px;
        margin-bottom: -7px;        
        margin-left: 0px;
        width: 1000px;
        height:100%;
        height: 1007px;
        padding-top: 0px;  
        padding-bottom: 0px; 
        padding-left: 0px; 
        padding-right: 0px;        
        color: #FFFFFF;        /*  White text */    
        font-family: Times, serif;
}

        
.LeftField {
        z-index: 2;
        margin-top: 0px;
        margin-bottom: 0px;        
        margin-left: 0px;
        padding-top: 0px;  
        padding-bottom: 0px;         
        float: left;
        width: 240px;  
}        
        
     
.RightField {
        z-index: 3;         
        margin-top: 0px;
        margin-bottom: 0px;        
        margin-left: 0px;
        padding-top: 0px;          
        padding-bottom: 0px; 
        float: right;
        width: 760px; 
     
}

.RotatingEarthTimeZones {
        z-index: 4;       
        float: left;
        margin-top: 503px;       
        margin-bottom: 0px;  
        margin-left: 20px;
        padding-top: 0px;     
        padding-left: 0px;  
        padding-bottom: 0px; 
        width: 240px;
    
}





   /*  Alternate rollover button method eliminates need for JavaScript  */ 
#MenuArrows 
{
       z-index: 4;  
        display: block;
        width: 695px;        
        height: 198px;

        background: url("images/HighlightArrows 006.png" ) no-repeat 0 0;
        /*  image is relative to css place in directory structure  */ 
} 
#MenuArrows:hover 
{
        z-index: 4;  
        background-position: -695px 0px; 
} 

.HomeDesignButton {
        z-index: 4;       
        float: left;
        margin-top: 15px;       
        margin-bottom: 0px;  
        margin-left: 10px;
        padding-top: 0px;     
        padding-left: 0px;  
        padding-bottom: 0px; 
        width: 695px;
        height: 198px;
}

.GraphicsButton {
        z-index: 4;       
        float: left;
        margin-top: 20px;       
        margin-bottom: 0px;  
        margin-left: 20px;
        padding-top: 0px;     
        padding-left: 0px;  
        padding-bottom: 0px; 
        width: 695px;
        height: 198px;
}

.WebButton {
        z-index: 4;       
        float: left;
        margin-top: 40px;       
        margin-bottom: 0px;  
        margin-left: -2px;
        padding-top: 0px;     
        padding-left: 0px;  
        padding-bottom: 0px; 
        width: 655px;
        height: 198px;
}

.MiscButton {
        z-index: 4;       
        float: left;
        margin-top: 26px;       
        margin-bottom: 14px;  
        margin-left: -68px;
        padding-top: 0px;     
        padding-left: 0px;  
                padding-right: 60px;  
        padding-bottom: 0px; 
        width: 695px;
        height: 198px;
}

.BottomStringHome{
        width: 999px;
        z-index: 4;
        color: #9D8969;    /*  Light-Brown text    #9D8969*/    
        font-family: arial, sans-serif;
        font: arial;
        font-size: 14px;
        font-weight: bold;
        text-align: center; 
        line-height: 1.6;        
        padding-top: 102px;
        padding-left: 0px; 
        padding-right: 0px; 
        padding-bottom: 0px;         
        margin-top: 780px; 
        margin-bottom: 0px;   }
        
.BottomStringContact{
        width: 900px;
        z-index: 4;
        color: #9D8969;    /*  Light-Brown text    #9D8969*/    
        font-family: arial, sans-serif;
        font: arial;
        font-size: 14px;
        font-weight: bold;
        text-align: center; 
        line-height: 1.6;        
        padding-top: 102px;
        padding-left: 15px; 
        padding-right: 15px; 
        padding-bottom: 0px;         
        margin-top: 600px; 
        margin-bottom: 0px;   }


h3.MainMenu {
        z-index: 3;
        background-image: url('images/menutile7.gif');
        color: #000000;      /*  black  */   
        font-family: Times, serif;

        font-weight: bold;        
        text-align: center; 
        text-shadow: #FFFFFF 1px 1px 0px;  

        top: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      
        margin-left: 0px; 
        margin-right: 0px;    
        
        padding-top: 3px;        
        padding-bottom: 3px;             
           }  
           


p.Paragraph001 {
        z-index: 5;
        color: #FFFFFF;      /*  white   rgb(255, 255, 255) */   
        font-family: Times, serif;

        font-size: 17px;
        font-weight: bold;        
        text-align: left;   
        line-height: 1.4;
        padding-top: 0px;
        padding-left: 15px; 
        padding-right: 15px; 
        padding-bottom: 12px;         
        margin: 0px;    }   

ul.BulletGWDG001 {

        font-family: Times, serif;

        vertical-align: top;
        font-weight: bold;
        line-height: 1.4;        
        padding-top: 0px;    
        margin-top: 0px;
        padding-right: 10px; 
        padding-left: 10px;  
        margin-left: 10px;
        margin-bottom: 4px;
  }  



